翻訳と辞書
Words near each other
・ Mobile QoS
・ Mobile Quarantine Facility
・ Mobile radio
・ Mobile radio telephone
・ Mobile recruiting
・ Mobile Regional Airport
・ Mobile reporting
・ Mobile Revelers
・ Mobile Revelers (soccer)
・ Mobile RFID
・ Mobile River
・ Mobile Riverine Force
・ Mobile Roadie
・ Mobile robot
・ Mobile robot navigation
Mobile Robot Programming Toolkit
・ Mobile Robotics Laboratory at IISc
・ Mobile Rocket Base
・ Mobile Safari
・ Mobile safety steps
・ Mobile sales enablement
・ Mobile Seagulls
・ Mobile search
・ Mobile secure gateway
・ Mobile security
・ Mobile Security Deployment
・ Mobile Sertoma Open Invitational
・ Mobile Server
・ Mobile service
・ Mobile Service Architecture


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Mobile Robot Programming Toolkit : ウィキペディア英語版
Mobile Robot Programming Toolkit

The Mobile Robot Programming Toolkit (MRPT) is a cross-platform and open source C++ library aimed to help robotics researchers to design and implement algorithms related to Simultaneous Localization and Mapping (SLAM), computer vision and motion planning (obstacle avoidance). Different research groups have employed MRPT to implement projects reported in some of the major robotics journals and conferences.〔(A list of scientific papers ) in which MRPT has been used for producing the results.〕
MRPT is open source and distributed under the New BSD License. Versions prior to 1.0.0 were released under the GPL.
Some features included in the project as user-applications:
* Visualization and manipulation of large datasets.
* SLAM algorithms: incremental mapping with ICP, Extended Kalman filtering, Rao-Blackwellized particle filters and GraphSLAM.
* Grabbing datasets from robotic sensors.
Upon a selection of the individual libraries provided by MRPT, users can develop new applications.
== Representation of metric maps ==
Through polymorphism in the design of metric-map classes, observations (such as a laser scans) can be inserted into a grid-map or a map of points, or both simultaneously, transparently to the user.
The following representations of metric maps are implemented:
* Occupancy grid maps.
* Point maps.
* Landmark maps: discrete elements are 3D points sensed through range and bearing. For example, visual landmarks.
* Beacon maps: elements are also 3D points, but sensed by means of range-only devices.
* Coloured point maps.
* Gas concentration maps.
* A "multi map", collections of any of the other maps, behaving as a single map.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Mobile Robot Programming Toolkit」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.